home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-08 | 1.8 KB | 49 lines | [TEXT/MPS ] |
- # This file should only contain definitions for PPC-specific builds.
- # All definitions that are independent of the ppc/68k distinction
- # should be defined in the global MacMake.dfn file
-
- __SystemObjects = ∂
- "{MPW}Libraries:PPCLibraries:"InterfaceLib.xcoff ∂
- "{MPW}Libraries:PPCLibraries:"StdCLib.xcoff ∂
- "{MPW}Libraries:PPCLibraries:"PPCCRuntime.o ∂
- "{MPW}Libraries:PPCLibraries:"StdCRuntime.o ∂
- "{MPW}Libraries:PPCLibraries:"MathLib.xcoff ∂
- "{MPW}Libraries:PPCLibraries:"MrCPlusLib.o ∂
- "{MPW}Libraries:PPCLibraries:"PPCToolLibs.o
-
- __SystemLibEquates = ∂
- -librename InterfaceLib.xcoff=InterfaceLib ∂
- -librename StdCLib.xcoff=StdCLib ∂
- -librename MathLib.xcoff=MathLib ∂
- -librename somk.xcoff=SOM ∂
-
- __ApplicationLinkOptions =
- __ToolLinkOptions = -main __cplusstart
- __SharedLibraryLinkOptions = -xm sharedLibrary -c 'cfmg' -t 'shlb'
- __StaticLibraryLinkOptions = -xm library -c 'MPS ' -t 'XCOF'
-
- # OpenDoc Stuff
-
- __OpenDocLibEquates = ∂
- # -librename 'OpenDoc Core.xcoff=OpenDoc Core' ∂
- # -librename 'OpenDoc UI.xcoff=OpenDoc User Interface' ∂
- # -librename 'OpenDoc Storage.xcoff=OpenDoc Storage' ∂
- # -librename 'OpenDoc Imaging.xcoff=OpenDoc Imaging' ∂
- # -librename 'OpenDoc Layout.xcoff=OpenDoc Layout' ∂
- # -librename 'OpenDoc SharedUtils.xcoff=OpenDoc Utilities' ∂
- # -librename 'OpenDoc Memory.xcoff=Memory Manager' ∂
- # -librename 'OpenDoc Shell.xcoff=OpenDoc Shell'
-
- __OpenDocObjects = ∂
- "{MPW}Libraries:PPCLibraries:"DragLib.xcoff ∂
- "{MPW}Libraries:PPCLibraries:"somk.xcoff ∂
- "{FWOpenDocSDK}CW.PPC:Memory Manager" ∂
- "{FWOpenDocSDK}CW.PPC:OpenDoc Core" ∂
- "{FWOpenDocSDK}CW.PPC:OpenDoc User Interface" ∂
- "{FWOpenDocSDK}CW.PPC:OpenDoc Storage" ∂
- "{FWOpenDocSDK}CW.PPC:OpenDoc Imaging" ∂
- "{FWOpenDocSDK}CW.PPC:OpenDoc Layout" ∂
- "{FWOpenDocSDK}CW.PPC:OpenDoc Utilities" ∂
- "{FWOpenDocSDK}CW.PPC:OpenDoc Shell"
-
-